Tag: functional programming (All the posts with the tag "functional programming")
- RIP Higher Order Components, You Were a Headache I Won't Miss In this blog post, I will be discussing the evolution of React patterns and how we can use the new React features to write cleaner and more maintainable code (featuring my favourite Next.js library)
- Branded types to avoid human errors Branded types in Typescript are a powerful tool to avoid human errors. In this article, we will see how to use them to create a safer codebase.